updating webdocs
authorØyvind Kolås <ok@src.gnome.org>
Tue, 23 Aug 2005 07:50:58 +0000 (07:50 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Tue, 23 Aug 2005 07:50:58 +0000 (07:50 +0000)
ChangeLog
docs/index-static.html.in

index c85c614977ae7bf0e801cd3f8f1a3da0c8765b4d..18652addccf2965c6fa3d1adccf21fe119724ebc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-23  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/index-static.html.in: update webdocs.
+
 2005-08-23  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl-instance.h: babl_class_name is moved to babl-classes.h
index b95a8b8c1902bf94cb2163f36d178865c16e2ccc..778b781c1379945d5d14e688b2a530de62ef710b 100644 (file)
@@ -72,6 +72,7 @@
           to specify and convert between <em>linear</em> and <em>planar</em>
           buffers as provided for by registered data types and color
           models.</li>
+          <li>Thread safety for processing.</li>
           <li>Horizontal an vertical subsampling (for implementing 4:2:2 4:2:0
           4:1:1 etc. chroma subsampling)</li>
           <li>Accurate (hopefully) reference data types and color models implemented using
@@ -189,6 +190,8 @@ babl_destroy (); /* deinitialize babl library */
           <li>Subsampling support</li>
           <li>Mixed BablTypes in BablPixelFormats</li>
           <li>Support for datatypes that are not a multiple of 8bit.</li>
+          <li>Ref-counting for BablImages</li>
+          <li>Thread safety for mutations of the type system.</li>
           <!--<li>Relative error is the difference between the two vaues
           divided by the actual value, for instance, if the actual result of a
           calculation should be 3.13159, but the result obtained was 3.14x10^0,